Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multi threaded server
Search - multi threaded server - List
相当于IIS的Http服务器小程序,对学习服务器编程有帮助。 该Web服务器的结构采用“请求/响应”的模型,具有支持多线程,配置网站所在目录和缺省主页,支持GET、POST和HEAD等方法,基本的错误处理,支持ASP等功能。-Corresponds to the the the IIS Http server program, learning server programming. The structure of the Web server request/response model, has support for multi-threaded configuration directory and the default home page of the website where support GET, POST, and HEAD methods, basic error handling, support for ASP and other functions.
Update : 2024-05-19 Size : 62464 Publisher : ibmis

一个快速、多线程的内存数据库引擎。可以工作在嵌入模式或者 C/S 模式。-CSQL is a fast, multi-threaded SQL main memory database engine. It works in both embedded mode (database client and server run in the same host) and client/server mode. It provides very high throughput of 100,000 selects/sec and 50,000 updates/sec from standard interface such as JDBC and ODBC. It aids in the development of high performance, fault-resilent applications requiring concurrent access to the shared data.
Update : 2024-05-19 Size : 2990080 Publisher : sluttery

多线程socket通信,服务器和客户端,可以说实现服务器和客户端同时互相发送消息-Multi-threaded socket communication, the server and client, server and client at the same time send a message to each other can be said
Update : 2024-05-19 Size : 3098624 Publisher : 张三

DL : 0
网络聊天室——(服务器-客户端)模式 主要技术:网络套接字、多线程 UDP协议 功能: 实现了在线聊天功能 客户端:发送信息、私聊等 服务器:发送信息、发送公告、踢人等 代码清新实用,很适合初学者。-Internet chat rooms- (Server- Client) Mode Key technology: network socket, multi-threaded UDP protocol Functions: Online chat feature Client: Send information, private chat, etc. Server: send a message, send the announcement, kicking Code is fresh and practical, it is suitable for beginners.
Update : 2024-05-19 Size : 270336 Publisher : zhaobo

DL : 0
多线程的实现,有客户端和服务器端的输入输出-The realization of multi-threaded, client and server-side input and output
Update : 2024-05-19 Size : 11264 Publisher : 王子清

网络监控简易本地安装版本是一个独立的.NET开发的服务程序,安装在您的服务器或者电脑上,能实时监控网络,出故障自动发邮件报警。 1、网络监控简易版源码使用Microsoft Visual Studio 2008开发 2、无需要数据库,使用XML保留配置文件。 3、程序使用多线程同时监控:把监控对象生成队列,多线程逐一读取队列,用命令模式调用执行。 4、全面向对象开发。 功能特点 1、完全独立安装,独立使用,支持Windwos XP、Windows 2003、Windwos 7等Windows系统。 2、能实时监控Ping服务、TCP服务、网页是否正常。 3、使用多线程多任务,监控服务出现故障,能在1分钟内发出告警。 4、消耗CPU非常低,程序非常稳定,任何配置的电脑都可以运行。-Easy locally installed version of network monitoring is an independent. NET development services program installed on your server or computer, real-time monitoring of the network, the automatic fault alarm mail. 1, a simplified version of the network monitoring source use Microsoft Visual Studio 2008 development, no need for a database, use the XML configuration file reserved. The program uses multiple threads at the same time monitoring: monitor objects generated queue, multi-threaded one by one to read the queue, called command mode to perform. 4, a comprehensive development to the object. Features completely independent installation, use independently support Windwos XP, Windows 2003, Windwos 7 Windows systems. 2, real-time monitoring Ping service, TCP services, web pages are normal. 3, using the multi-threaded multi-task, monitoring service failure, the alarm can be issued within 1 minute. 4 CPU consumption is very low, the program is very stable, any configuration of the computer
Update : 2024-05-19 Size : 1416192 Publisher : sdfwee

DL : 0
C#TCP多线程异步传输 C#开发的服务器端与客户端,通过tcp协议进行文件传输,在Winform程序中使用了多线程异步传输,可定时由客户端向服务器端传输文件。客户端和服务器端分为两个C#工程独立编写开发,此程序已在实际工作中使用了半年了。 -Multi-threaded asynchronous transfer of C# TCP server and client in C# developers, through tcp protocol file transfer, multi-threaded asynchronous transfer Winform program can be timed by the client to the server-side transfer files. Independent preparation of the development of the client and server side is divided into two C# projects, this program has been used in practical work for half a year.
Update : 2024-05-19 Size : 124928 Publisher : 止戈

基于TCP的 多线程客户端与服务端通讯。-TCP-based multi-threaded client server communication.
Update : 2024-05-19 Size : 2324480 Publisher : 陈哲

基于FTP、UDP协议的FTP服务器软件,支持多线程的上传和下载-FTP, UDP protocol FTP server software, support multi-threaded upload and download! ! !
Update : 2024-05-19 Size : 210944 Publisher : 王龙

棋牌游戏大厅简介:网络大厅+ 桥牌 8000行代码 1 基于C# TCP Socket异步通讯 多线程 开发 2 近60个自定义通信协议 使用了序列化技术 传输byte流 3 二级代理技术 开始打牌后,指定其中一人为ProxyServer,打开Socket, 承担与其他三人打牌逻辑的判断,打牌结束后由其负责通知主Server 实现了均衡负载,让Server负担大幅度减轻 4 在Server端 将连接方存入哈希表,这样Server想发信息给谁 都可以点对点发送 5 主裁和边裁的设定 分别在CLient和Server端验证 6 Flyweight模式画 手中的牌 7 Observer模式 负责窗体间的通讯 8 由于是在一台机器上开发, 所以用同一IP不同端口来模拟 不同IP的玩家,所以要略作修改才可以实现不同IP的玩家进入大厅 未完成 (时间来不及 要去找工作了) 1 出过的牌 显示: 数据已经准备好 就差表现出来 2 分数的显示:数据已经准备好 就差表现出来 3 界面的美化 由其是排版 4 用Strategy 实现 拱猪/桥牌/80分 的不同玩法 甚至是棋牌的不同玩法 5 强制退出游戏的处理 6 CardControl的闪烁问题-Chess game lobby Introduction: Network the hall+ Bridge 8000 lines of code C# TCP Socket asynchronous communication-based multi-threaded development 2 60 custom communication protocol the serialization technology transfer byte flow 3 two agents began to play cards, to appoint one of them ProxyServer, open the Socket Bear the judgment of the logic with the other three playing cards, playing cards after who will notify the main Server load balancing Server substantially relieve the burden Server side connected party memory into the hash table, so that Server would like to send a message to everyone can be point-to-point transmission 5 referee and linesman set verified in CLient and Server-side 6 Flyweight mode painting hand is 7 Observer mode is responsible for communication between the form 8 is to develop a machine to simulate different IP different port with the same IP players, so the slightly modified before they can achieve different IP players entered the hall Unfini
Update : 2024-05-19 Size : 1311744 Publisher : 油儿饭

C++多线程socket的服务器源代码,多线程池动态分配,处理多任务的服务器!用于大数据的处理。当任务量大于线程池中的线程量,此时,开辟新的线程,加入线程池!-Server source code of C++ multi-threaded socket, multi-thread pool dynamically allocate server handle multi-tasking! For the processing of large data. When the task is greater than the amount of thread pool threads, at this time, to open up a new thread, join the thread pool!
Update : 2024-05-19 Size : 10240 Publisher : 大哥

实现了一个功能简单的HTTP代理服务器,主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-A simple HTTP proxy server, introduces multi-threaded programming related knowledge, including the critical section is initialized and delete the critical section, use critical sections to complete more than one thread mutually exclusive access to critical resources, and to create a worker thread to exitworker threads, define and set the event, using the event to complete multiple threads, synchronization and collaboration.
Update : 2024-05-19 Size : 561152 Publisher : 章顺利

比较好的SOCKET网络编程源码,包含服务端和客户端,采用多线程编程。-Good the SOCKET network programming source code, including the server and client, multi-threaded programming.
Update : 2024-05-19 Size : 41984 Publisher : zjm

作为一个程序员,使用这些现有的协议传送文件相当简单,不过,它们只适用于服务器模式中。这样,当我们想在点与点之间传送文件就不适用了或相当麻烦,有一种大刀小用的意味。笔者一直想寻求一种简单有效,且具备多线程断点续传的方法来实现点与点之间的文件传送问题,经过大量的翻阅资料与测试,终于实现了,现把它共享出来,与大家分享。 -As a programmer, it is quite simple to use these existing protocol to transfer files, however, they only apply to server mode. In this way, when we want to transfer files between points do not apply, or rather a lot, a small sword imply. I have been looking for a simple and effective, and with multi-threaded HTTP file transfer between points, read the information and testing, and finally realized, now shared with to share with you.
Update : 2024-05-19 Size : 134144 Publisher : zjm

DL : 0
可以对web网站服务器进行压力测试,这里面用到了多线程,对想学现成的朋友有一定的帮助-Stress testing can be performed on the web web server,there is used a multi-threaded, want to learn ready-made friends have some help
Update : 2024-05-19 Size : 65536 Publisher : 解小帅

DL : 0
HTTP代理服务器,可以代理上网的源码,代理端口为8888,采用多线程处理,占用资源少,速度快-HTTP proxy server, proxy Internet source, proxy port 8888, a multi-threaded processing, less resource speed
Update : 2024-05-19 Size : 3721216 Publisher : new

DL : 0
基于Socket和多线程编程的聊天程序,有客户端及服务器,窗体实现-Socket and multi-threaded programming-based chat program, the client and server, the form to achieve
Update : 2024-05-19 Size : 15360 Publisher : mjj

SOCKET通信,多线程并行,服务端和客户端实现面向无连接的通信-Socket communications, multi-threaded parallel, server and client connectionless-oriented communication
Update : 2024-05-19 Size : 1024 Publisher : 詹亮

DL : 0
本系统基于DMS电信服务需求为主要研究背景,采用C/S架构,和C++程序设计,系统服务器端采用Socket通信,和Unix多线程程序设计,完成并实现了以Unix作为后台服务器的电信服务管理系统。-The system based on the demand for telecommunications services in DMS as the main research background, the use of C/S architecture, and C++ programming, system server-side use of Socket Communications, and Unix multi-threaded program design, to complete and achieve the Unix backend server of telecommunications services managementsystems
Update : 2024-05-19 Size : 7189504 Publisher : 张瑞

一个HTTP代理服务器.采用select socket 多线程. POST和GET都测试过.-An HTTP proxy server using the select socket multi-threaded POST and GET are tested.
Update : 2024-05-19 Size : 22528 Publisher :
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.